home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
listecho.arc
/
LISTECHO.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-03-10
|
226 b
|
13 lines
struct singlenode {
unsigned int net;
unsigned int node;
};
struct doublenode {
unsigned int fromnet;
unsigned int fromnode;
unsigned int tonet;
unsigned int tonode;
};